Overload | Description |
---|---|
AndWhichConstraint<TParent,TSubject> Constructor(TParent,TSubject) | Creates an object that allows continuing an assertion executed through parent and which resulted in a single subject. |
AndWhichConstraint<TParent,TSubject> Constructor(TParent,TSubject,AssertionChain,String) | Creates an object that allows continuing an assertion executed through parent and which resulted in a single subject on an existing assertionChain, but where the previous caller identifier is post-fixed with pathPostfix. |
AndWhichConstraint<TParent,TSubject> Constructor(TParent,IEnumerable<TSubject>) | Creates an object that allows continuing an assertion executed through parent and which resulted in a potential collection of objects through subjects. |
AndWhichConstraint<TParent,TSubject> Constructor(TParent,IEnumerable<TSubject>,AssertionChain) | Creates an object that allows continuing an assertion executed through parent and which resulted in a potential collection of objects through subjects on an existing assertionChain. |
AndWhichConstraint<TParent,TSubject> Constructor(TParent,IEnumerable<TSubject>,AssertionChain,String) | Creates an object that allows continuing an assertion executed through parent and which resulted in a potential collection of objects through subjects on an existing assertionChain, but where the previous caller identifier is post-fixed with pathPostfix. |